projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0041670
)
dts: Fix typo in OF_LIVE Kconfig help
author
Michal Simek
<
[email protected]
>
Fri, 17 Aug 2018 08:16:36 +0000
(10:16 +0200)
committer
Tom Rini
<
[email protected]
>
Fri, 17 Aug 2018 13:22:35 +0000
(09:22 -0400)
Fix typo in Kconfig description.
Signed-off-by: Michal Simek <
[email protected]
>
dts/Kconfig
patch
|
blob
|
history
diff --git
a/dts/Kconfig
b/dts/Kconfig
index 43f85c2f6f44c19c5b7f3ddf7e23720c4d608593..8917f4244459210e258b23c222571b826b63f164 100644
(file)
--- a/
dts/Kconfig
+++ b/
dts/Kconfig
@@
-61,7
+61,7
@@
config OF_LIVE
help
Normally U-Boot uses a flat device tree which saves space and
avoids the need to unpack the tree before use. However a flat
- tree does not support modifcation from within U-Boot since it
+ tree does not support modif
i
cation from within U-Boot since it
can invalidate driver-model device tree offsets. This option
enables a live tree which is available after relocation,
and can be adjusted as needed.